Partial Windows port by Ruben Van Boxem git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@140328 91177308-0d34-0410-b5e6-96231b3b80d8 
diff --git a/include/locale b/include/locale index e40a04c..2c532a7 100644 --- a/include/locale +++ b/include/locale 
@@ -186,7 +186,9 @@  #endif  #include <cstdlib>  #include <ctime> +#if !_WIN32  #include <nl_types.h> +#endif // !_WIN32    #pragma GCC system_header